flowchart LR
subgraph box1[Iterative]
A[Script writing]:::highlight <--> B[Script editing]:::highlight
B <--> C[Video planning]:::greybox
end
subgraph box2[Outsource]
C --> D[Recording]:::greybox
D --> E[Production]:::greybox
end
style A color:black
style B color:black
style C color:black
style D color:grey
style E color:grey
style box1 fill:#FFFFCC,color:black
style box2 fill:#073642,color:grey
linkStyle default stroke-width:3px,stroke:#2aa198
classDef highlight fill:#cb4b16,font-size:14pt
classDef greybox fill:#ECECEC,font-size:14pt